diff --git a/laptop/#cosmic.nix# b/laptop/#cosmic.nix# deleted file mode 100644 index 955cec4..0000000 --- a/laptop/#cosmic.nix# +++ /dev/null @@ -1,6 +0,0 @@ -{ config, pkgs, ... }: -{ - environment.systemPackages = with pkgs; [ - cosmic - ] -} diff --git a/laptop/.#cosmic.nix b/laptop/.#cosmic.nix deleted file mode 120000 index 357d20b..0000000 --- a/laptop/.#cosmic.nix +++ /dev/null @@ -1 +0,0 @@ -geir@idea.4010:1717188620 \ No newline at end of file diff --git a/laptop/configuration.nix b/laptop/configuration.nix index 56f4421..2f0b234 100644 --- a/laptop/configuration.nix +++ b/laptop/configuration.nix @@ -154,7 +154,7 @@ environment.systemPackages = with pkgs; [ git hut unzip fastfetch wget curl - neofetch inxi mlocate + inxi mlocate tailscale bluez-tools # Languages zig @@ -182,6 +182,8 @@ gnutar sccache ncurses + # web dev + hugo ]; # Open ports in the firewall. diff --git a/laptop/cosmic.nix b/laptop/cosmic.nix index d207a5f..32d3569 100644 --- a/laptop/cosmic.nix +++ b/laptop/cosmic.nix @@ -1,4 +1,6 @@ { config, pkgs, ... }: { - + environment.systemPackages = with pkgs; [ + cosmic + ]; }