mirror of
https://git.dodsorf.as/Dandellion/dotfiles.git
synced 2024-12-22 07:17:28 +01:00
possibly addition of laptop specific nix file
This commit is contained in:
parent
9d02119b6e
commit
5c2a5fd0cf
1
config/computer/laptop.nix
Normal file
1
config/computer/laptop.nix
Normal file
@ -0,0 +1 @@
|
||||
{}
|
4
home.nix
4
home.nix
@ -9,7 +9,7 @@ in
|
||||
# target = ".config/nixpkgs/overlays";
|
||||
#};
|
||||
|
||||
imports = [ ./config/xsession/xsession.nix ];
|
||||
imports = [ ./config/xsession/xsession.nix ./config/computer/laptop.nix];
|
||||
|
||||
home.packages = [
|
||||
pkgs.libguestfs
|
||||
@ -75,7 +75,7 @@ in
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
enableAdobeFlash = true;
|
||||
enableAdobeFlash = false;
|
||||
};
|
||||
|
||||
programs.obs-studio = {
|
||||
|
Loading…
Reference in New Issue
Block a user