mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Uninstall unneeded packages
This commit is contained in:
parent
93eda36511
commit
74c584c1c4
1 changed files with 1 additions and 9 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
{ pkgs, ... }:
|
_: {
|
||||||
{
|
|
||||||
imports = [ ../home.nix ];
|
imports = [ ../home.nix ];
|
||||||
|
|
||||||
home.stateVersion = "23.11";
|
home.stateVersion = "23.11";
|
||||||
|
|
@ -9,12 +8,5 @@
|
||||||
theme = "dark";
|
theme = "dark";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = [
|
|
||||||
pkgs.ffmpeg
|
|
||||||
pkgs.obs-studio
|
|
||||||
pkgs.davinci-resolve
|
|
||||||
pkgs.gimp
|
|
||||||
];
|
|
||||||
|
|
||||||
wayland.windowManager.hyprland.settings.monitor = [ "DP-1,2560x1440@144,0x0,1" ];
|
wayland.windowManager.hyprland.settings.monitor = [ "DP-1,2560x1440@144,0x0,1" ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue