Add work profile
This commit is contained in:
parent
60b13f9ec2
commit
5d9d2caa4f
|
@ -120,7 +120,7 @@
|
|||
hensoko = pubsolaros ++ [ users.hensoko ];
|
||||
hensoko-light = pubsolaros-light ++ [ users.hensoko ];
|
||||
giggles = hensoko-light ++ [ ];
|
||||
norman = hensoko ++ [ graphical ];
|
||||
norman = hensoko ++ [ graphical work ];
|
||||
redpanda = hensoko;
|
||||
ringo = hensoko-light ++ [ graphical ];
|
||||
};
|
||||
|
|
|
@ -9,8 +9,6 @@ in
|
|||
./configuration.nix
|
||||
];
|
||||
|
||||
pub-solar.nextcloud.enable = lib.mkForce false;
|
||||
|
||||
config = {
|
||||
home-manager.users."${psCfg.user.name}".xdg.configFile = mkIf psCfg.sway.enable {
|
||||
"sway/config.d/10-screens.conf".source = ./.config/sway/config.d/screens.conf;
|
||||
|
|
18
profiles/work/default.nix
Normal file
18
profiles/work/default.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{ self, config, home-manager, lib, pkgs, inputs, ... }:
|
||||
let
|
||||
psCfg = config.pub-solar;
|
||||
in
|
||||
{
|
||||
# Sets nrdxp.cachix.org binary cache which just speeds up some builds
|
||||
imports = [ ../cachix ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
python39Full
|
||||
python39Packages.pyyaml
|
||||
remmina
|
||||
vscode
|
||||
vscode-extensions.golang.go
|
||||
vscode-extensions.ms-python.python
|
||||
];
|
||||
|
||||
}
|
Loading…
Reference in a new issue