Skip to content

Commit

Permalink
[𝚵] (flake): system-update! xD
Browse files Browse the repository at this point in the history
  • Loading branch information
Icy-Thought committed Feb 3, 2023
1 parent 35ca4f9 commit f576ca0
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 57 deletions.
14 changes: 7 additions & 7 deletions config/xmonad/xmonad.hs
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ import XMonad.Util.WorkspaceCompare

main =
xmonad
. docks
. pagerHints
. setEwmhActivateHook activateSwitchWs
. ewmh
. ewmhFullscreen
. withNavigation2DConfig myNavigation2DConfig
$ myConfig
. docks
. pagerHints
. setEwmhActivateHook activateSwitchWs
. ewmh
. ewmhFullscreen
. withNavigation2DConfig myNavigation2DConfig
$ myConfig

myConfig =
def { modMask = mod4Mask
Expand Down
119 changes: 71 additions & 48 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/agenix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ let
secretsFile = "${secretsDir}/secrets.nix";
in
{
imports = [ agenix.nixosModules.age ];
imports = [ agenix.nixosModules.default ];

environment.systemPackages = [ agenix.defaultPackage.x86_64-linux ];
environment.systemPackages = [ agenix.packages.x86_64-linux.default ];

age.secrets =
if pathExists secretsFile
Expand Down
1 change: 1 addition & 0 deletions modules/develop/nix-lang.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ in
user.packages = with pkgs; [
manix
nix-index
nix-init
nix-output-monitor
nix-tree
nixpkgs-fmt
Expand Down

0 comments on commit f576ca0

Please sign in to comment.