Compare commits
No commits in common. "2bfd9d2229bf4b2300fa09ef31ea2fa5498fdf60" and "bab4f54b74863838518434403a53aadb8561e6ac" have entirely different histories.
2bfd9d2229
...
bab4f54b74
3 changed files with 7 additions and 16 deletions
|
@ -255,11 +255,11 @@
|
||||||
"treefmt-nix": "treefmt-nix"
|
"treefmt-nix": "treefmt-nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1715951001,
|
"lastModified": 1715931372,
|
||||||
"narHash": "sha256-GTFt0SfwKXPHYuaeY3nKKyYOc0EtAcmr9vP86xC7beY=",
|
"narHash": "sha256-98qhqObzvcYFK2Uafy3gutaCNgsV6NMozzlrXlB2I8o=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "nixvim",
|
"repo": "nixvim",
|
||||||
"rev": "3766e3633586ef9fac02f0347509171f0a4794b9",
|
"rev": "d844ac1a0656d64266c2c95aec7f529420915d68",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
4
home.nix
4
home.nix
|
@ -114,10 +114,6 @@
|
||||||
btop = {
|
btop = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
direnv = {
|
|
||||||
enable = true;
|
|
||||||
nix-direnv.enable = true;
|
|
||||||
};
|
|
||||||
fish = {
|
fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
loginShellInit = ''
|
loginShellInit = ''
|
||||||
|
|
|
@ -78,7 +78,7 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
name = "muhh";
|
name = "muhh";
|
||||||
description = "Markus Heurung";
|
description = "Markus Heurung";
|
||||||
extraGroups = [ "libvirtd" "qemu-libvirtd" "audio" "input" "networkmanager" "video" "wheel" ];
|
extraGroups = [ "input" "networkmanager" "video" "wheel" ];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
linger = true;
|
linger = true;
|
||||||
};
|
};
|
||||||
|
@ -114,14 +114,9 @@
|
||||||
light.enable = true;
|
light.enable = true;
|
||||||
sway.enable = true;
|
sway.enable = true;
|
||||||
};
|
};
|
||||||
virtualisation = {
|
virtualisation.podman = {
|
||||||
libvirtd = {
|
enable = true;
|
||||||
enable = true;
|
dockerCompat = true;
|
||||||
};
|
|
||||||
podman = {
|
|
||||||
enable = true;
|
|
||||||
dockerCompat = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.portal.wlr.enable = true;
|
xdg.portal.wlr.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue