prepare for server config
This commit is contained in:
parent
d745c36a31
commit
78241b550d
12 changed files with 26 additions and 27 deletions
|
@ -2,11 +2,6 @@
|
|||
inherit (config) conf;
|
||||
inherit (config.conf) keys;
|
||||
inherit (lib.strings) concatMapStrings;
|
||||
time = pkgs.makeDesktopItem {
|
||||
name = "peaclock-desktop";
|
||||
desktopName = "Time";
|
||||
exec = "alacritty -e ${pkgs.peaclock}/bin/peaclock";
|
||||
};
|
||||
in {
|
||||
programs.fish.enable = true;
|
||||
users.defaultUserShell = pkgs.fish;
|
||||
|
@ -21,11 +16,6 @@ in {
|
|||
unzip
|
||||
gnutar
|
||||
lshw
|
||||
peaclock
|
||||
netcat-openbsd
|
||||
wl-clipboard
|
||||
] ++ [
|
||||
time
|
||||
];
|
||||
|
||||
home.file = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue