mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Drop wrapper-manager
This commit is contained in:
parent
fa04b898a9
commit
758d78e737
24 changed files with 159 additions and 262 deletions
|
|
@ -1,9 +1,6 @@
|
|||
{ self, ... }:
|
||||
{
|
||||
imports = [
|
||||
self.homeManagerModules.default
|
||||
self.wrappers.default
|
||||
];
|
||||
imports = [ self.homeManagerModules.default ];
|
||||
|
||||
systemd.user.startServices = "sd-switch";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,15 +1,12 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
wrappers,
|
||||
...
|
||||
}:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [ ../common-home.nix ];
|
||||
|
||||
home.sessionVariables.FLAKE = "~/Projects/nixos-config";
|
||||
|
||||
myConfig = {
|
||||
kitty.enable = true;
|
||||
firefox.enable = true;
|
||||
sops.enable = true;
|
||||
shell.zsh.enable = true;
|
||||
git.enable = true;
|
||||
|
|
@ -19,11 +16,9 @@
|
|||
};
|
||||
|
||||
home.packages = [
|
||||
wrappers.bottom
|
||||
pkgs.bottom
|
||||
pkgs.fastfetch
|
||||
|
||||
(wrappers.kitty { inherit (config.myConfig.de) theme; })
|
||||
wrappers.firefox
|
||||
pkgs.nemo-with-extensions
|
||||
pkgs.celluloid
|
||||
pkgs.spotify
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue