many changes that i am to lazy to put into individual commits
This commit is contained in:
@@ -58,12 +58,9 @@
|
||||
obsidian
|
||||
tree
|
||||
xorg.xkbcomp
|
||||
rofi
|
||||
haskellPackages.xmonad-extras
|
||||
haskellPackages.xmonad-contrib
|
||||
alacritty
|
||||
xorg.xev
|
||||
ntfs3g
|
||||
htop
|
||||
subversion
|
||||
pv
|
||||
@@ -77,7 +74,6 @@
|
||||
haskellPackages.xmobar
|
||||
dolphin
|
||||
mupdf
|
||||
zathura
|
||||
xclip
|
||||
rclone
|
||||
stalonetray
|
||||
@@ -108,6 +104,8 @@
|
||||
delta
|
||||
jq
|
||||
xorg.xkill
|
||||
wget
|
||||
xorg.xmodmap
|
||||
|
||||
inputs.firefox.packages.${pkgs.system}.firefox-nightly-bin
|
||||
|
||||
|
||||
4
users/root/default.nix
Normal file
4
users/root/default.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ ... }:
|
||||
{
|
||||
home-manager.users.root = import ./home.nix;
|
||||
}
|
||||
11
users/root/home.nix
Normal file
11
users/root/home.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ ... }:
|
||||
{
|
||||
# The home.stateVersion option does not have a default and must be set
|
||||
home.stateVersion = "23.05";
|
||||
|
||||
imports = [
|
||||
../../programs/ssh.nix
|
||||
];
|
||||
|
||||
home.file.test.text = "hello world\n";
|
||||
}
|
||||
Reference in New Issue
Block a user