diff options
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/configuration.nix b/configuration.nix index 36301f1..4e31653 100644 --- a/configuration.nix +++ b/configuration.nix @@ -9,6 +9,7 @@ let sensible-apps = pkgs.callPackage ./packages/sensible-apps/pkg.nix {}; shotkey = pkgs.callPackage ./packages/shotkey/pkg.nix {}; dwm = pkgs.callPackage ./packages/dwm/pkg.nix {}; + st = pkgs.callPackage ./packages/st/pkg.nix {}; in { imports = [ ./hardware-configuration.nix @@ -64,15 +65,6 @@ in { # xkbOptions = "eurosign:e"; }; - # nixpkgs.config.packageOverrides = pkgs: { - # dwm = pkgs.dwm.overrideAttrs (_: { - # src = builtins.fetchGit { - # url = "https://github.com/phenax/dwm"; - # ref = "master"; - # }; - # }); - # }; - # Enable CUPS to print documents. # services.printing.enable = true; @@ -128,9 +120,6 @@ in { nodejs-15_x yarn - # dwm - st - mtm xorg.xinit firefox @@ -145,6 +134,7 @@ in { sensible-apps shotkey dwm + st pass xcwd |
