From aaf819373bc0f7b9952f5eb823baf32588a1e160 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Mon, 10 Jun 2024 10:43:47 +0200 Subject: [PATCH] hugo install --- laptop/#cosmic.nix# | 6 ------ laptop/.#cosmic.nix | 1 - laptop/configuration.nix | 4 +++- laptop/cosmic.nix | 4 +++- 4 files changed, 6 insertions(+), 9 deletions(-) delete mode 100644 laptop/#cosmic.nix# delete mode 120000 laptop/.#cosmic.nix 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 + ]; }