summaryrefslogtreecommitdiff
path: root/linux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'linux.nix')
-rw-r--r--linux.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux.nix b/linux.nix
index cee253f..7301016 100644
--- a/linux.nix
+++ b/linux.nix
@@ -120,8 +120,13 @@ in
};
programs = {
+
firefox = {
enable = true;
};
+
+ rofi = {
+ enable = true;
+ };
};
}