about summary refs log tree commit diff
path: root/users/common
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-12 13:22:29 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-12 13:23:58 -0800
commit60da6bc47620681b557ea2d105df87b22382efcd (patch)
tree000a2c858a5bbcd9d0e9ed1c5bd57546420f65d0 /users/common
parenthome-manager: last typo (diff)
downloadworld-60da6bc47620681b557ea2d105df87b22382efcd.tar.gz
home-manager: re-organize configuration for myself
Diffstat (limited to 'users/common')
-rw-r--r--users/common/desktop/browser.nix7
-rw-r--r--users/common/desktop/default.nix7
2 files changed, 0 insertions, 14 deletions
diff --git a/users/common/desktop/browser.nix b/users/common/desktop/browser.nix
deleted file mode 100644
index cbd8d29..0000000
--- a/users/common/desktop/browser.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ pkgs, ... }:
-
-{
-  programs.firefox = {
-    enable = true;
-  };
-}
diff --git a/users/common/desktop/default.nix b/users/common/desktop/default.nix
deleted file mode 100644
index c7ac619..0000000
--- a/users/common/desktop/default.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ ... }:
-
-{
-  imports = [
-    ./browser.nix
-  ];
-}