changes from ryzen-shine on Wed Jul 14 08:42:35 PM MDT 2021

This commit is contained in:
2021-07-14 20:42:35 -06:00
parent b8e66b25bf
commit e4120258c1
7 changed files with 69 additions and 29 deletions

View File

@@ -32,6 +32,7 @@
environment.etc."ipsec.secrets".text = ''
include ipsec.d/ipsec.nm-l2tp.secrets
'';
networking.networkmanager = {
enable = true;
enableStrongSwan = true;

View File

@@ -74,6 +74,8 @@ in
gitFull
htop
ncdu
lsof
tzupdate
rcm
ripgrep
silver-searcher

16
nixos/flake.lock generated
View File

@@ -26,11 +26,11 @@
]
},
"locked": {
"lastModified": 1626168714,
"narHash": "sha256-LivElv4aPfojh8HxJy6VAmDAf7zA40S7jGGSV7+wLvg=",
"lastModified": 1626316916,
"narHash": "sha256-rTSxPV4QKCg8Tl37p8rIsbQf/roisAY1gfEC+5rqBE8=",
"owner": "IvanMalison",
"repo": "home-manager",
"rev": "557c159dfaf17eff3bd55ad6e8433bf59f40fab0",
"rev": "fc49acfa52da5bb80e6a3112ee5c03d1e24beac4",
"type": "github"
},
"original": {
@@ -56,11 +56,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1626063113,
"narHash": "sha256-a05n5l8lqUF/Jlr66SKf01WXtmNPaQGLur3dTVhu/PI=",
"lastModified": 1626311920,
"narHash": "sha256-6kZKVvYEbsYioboSgLZD6AKDqI6SnnurUattCWsAsmY=",
"owner": "IvanMalison",
"repo": "nixpkgs",
"rev": "61f1957543827cf21b8c1ee999495289518e9361",
"rev": "db3b4f84cb0aeab66cce1ab0ce8f51e7f4f864f1",
"type": "github"
},
"original": {
@@ -94,7 +94,7 @@
},
"nixpkgs_4": {
"locked": {
"narHash": "sha256-oHUlQvEu4A9dWu52bZdxg29z5Xy6NVJGZjmsKwb6yo4=",
"narHash": "sha256-jW8aPg5rlg3aSgY1Atb6810VkBNtX0Gf5irEhcdwP5s=",
"path": "/home/imalison/Projects/nixpkgs",
"type": "path"
},
@@ -105,7 +105,7 @@
},
"nixpkgs_5": {
"locked": {
"narHash": "sha256-oHUlQvEu4A9dWu52bZdxg29z5Xy6NVJGZjmsKwb6yo4=",
"narHash": "sha256-jW8aPg5rlg3aSgY1Atb6810VkBNtX0Gf5irEhcdwP5s=",
"path": "/home/imalison/Projects/nixpkgs",
"type": "path"
},

View File

@@ -4,9 +4,9 @@
preferStatusNotifierItems = true;
windowManager.command = "${pkgs.haskellPackages.imalison-xmonad}/bin/imalison-xmonad";
profileExtra = ''
load_xkb_map.sh
export ROFI_SYSTEMD_TERM="alacritty -e"
. "$HOME/.lib/login.sh"
load_xkb_map.sh
'';
};
@@ -43,7 +43,6 @@
# notifyosd
# skippyxd
# volnoti
services.kdeconnect = {
enable = true;
@@ -67,4 +66,22 @@
};
services.xsettingsd.enable = true;
services.volnoti.enable = true;
services.git-sync = {
enable = true;
repositories = [
{
name = "config";
path = "/home/imalison/config";
uri = "git@bitbucket.org:ivanmalison/config.git";
}
{
name = "org";
path = "/home/imalison/org";
uri = "git@bitbucket.org:ivanmalison/org.git";
}
];
};
}