config
This commit is contained in:
parent
2befc80c82
commit
7cca45862c
3 changed files with 20 additions and 11 deletions
5
dotfiles/dot_config/fish/functions/nix-check-store
Normal file
5
dotfiles/dot_config/fish/functions/nix-check-store
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
function nixgc --description 'update home manager'
|
||||
gdu /nix/store
|
||||
end
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
outputs = {nixpkgs, nixpkgs-unstable, home-manager, audio, nix-flatpak, kmonad, musnix, nix-ld, self, ... } @ inputs: {
|
||||
|
||||
# packages.x86_64-linux.default = nixpkgs.legacyPackages.x86_64-linux;
|
||||
# packages = nixpkgs.legacyPackages.x86_64-linux;
|
||||
|
||||
nixosConfigurations = {
|
||||
eddie = nixpkgs.lib.nixosSystem {
|
||||
|
@ -54,7 +54,7 @@
|
|||
|
||||
|
||||
homeConfigurations = {
|
||||
emenel = home-manager.lib.homeManagerConfiguration {
|
||||
"emenel" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
|
|
|
@ -95,6 +95,7 @@
|
|||
# sbclPackages.cl-egl
|
||||
ccl
|
||||
racket
|
||||
gdu
|
||||
|
||||
editorconfig-core-c
|
||||
clang-tools
|
||||
|
@ -544,7 +545,7 @@
|
|||
flatpak.enable = true;
|
||||
syncthing = {
|
||||
enable = true;
|
||||
tray.enable = true;
|
||||
# tray.enable = true;
|
||||
};
|
||||
borgmatic = {
|
||||
enable = true;
|
||||
|
@ -582,11 +583,14 @@
|
|||
"nl.hjdskes.gcolor3"
|
||||
];
|
||||
|
||||
systemd.user.enable = true;
|
||||
systemd.user.sessionVariables = {
|
||||
systemd.user = {
|
||||
enable = true;
|
||||
startServices = "sd-switch";
|
||||
sessionVariables = {
|
||||
GSK_RENDERER = "gl";
|
||||
MOZ_ENABLE_WAYLAND = 1;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
# moving files!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue