mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11: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 ];
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
|
|
@ -9,12 +8,5 @@
|
|||
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" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue