Fix imports
This commit is contained in:
parent
c8daed198a
commit
e9fe94438b
4 changed files with 30 additions and 18 deletions
|
@ -1,21 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ ./programs/configuration.nix ];
|
||||||
./bat.nix
|
|
||||||
./eza.nix
|
|
||||||
./firefox.nix
|
|
||||||
./fzf.nix
|
|
||||||
./git.nix
|
|
||||||
./gnome.nix
|
|
||||||
./gpg.nix
|
|
||||||
./neovim.nix
|
|
||||||
./pass.nix
|
|
||||||
./ripgrep.nix
|
|
||||||
./ssh.nix
|
|
||||||
./zellij.nix
|
|
||||||
./zsh.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
username = "functionalhacker";
|
username = "functionalhacker";
|
||||||
|
|
20
users/functionalhacker/programs/configuration.nix
Normal file
20
users/functionalhacker/programs/configuration.nix
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{ ... }:
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./bat.nix
|
||||||
|
./eza.nix
|
||||||
|
./firefox.nix
|
||||||
|
./fzf.nix
|
||||||
|
./git.nix
|
||||||
|
./gnome.nix
|
||||||
|
./gpg.nix
|
||||||
|
./neovim.nix
|
||||||
|
./pass.nix
|
||||||
|
./ripgrep.nix
|
||||||
|
./ssh.nix
|
||||||
|
./zellij.nix
|
||||||
|
./zsh.nix
|
||||||
|
];
|
||||||
|
}
|
|
@ -1,9 +1,7 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ ./programs/configuration.nix ];
|
||||||
./programs/gnome.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
username = "som";
|
username = "som";
|
||||||
|
|
8
users/som/programs/configuration.nix
Normal file
8
users/som/programs/configuration.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{ ... }:
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./gnome.nix
|
||||||
|
];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue