This commit is contained in:
Till 2025-02-14 17:06:24 +01:00
parent 7dd4cb58fe
commit 133eee5975
4 changed files with 26 additions and 12 deletions

18
flake.lock generated
View file

@ -44,11 +44,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1739055578,
"narHash": "sha256-2MhC2Bgd06uI1A0vkdNUyDYsMD0SLNGKtD8600mZ69A=",
"lastModified": 1739357830,
"narHash": "sha256-9xim3nJJUFbVbJCz48UP4fGRStVW5nv4VdbimbKxJ3I=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a45fa362d887f4d4a7157d95c28ca9ce2899b70e",
"rev": "0ff09db9d034a04acd4e8908820ba0b410d7a33a",
"type": "github"
},
"original": {
@ -60,11 +60,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1739020877,
"narHash": "sha256-mIvECo/NNdJJ/bXjNqIh8yeoSjVLAuDuTUzAo7dzs8Y=",
"lastModified": 1739446958,
"narHash": "sha256-+/bYK3DbPxMIvSL4zArkMX0LQvS7rzBKXnDXLfKyRVc=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "a79cfe0ebd24952b580b1cf08cd906354996d547",
"rev": "2ff53fe64443980e139eaa286017f53f88336dd0",
"type": "github"
},
"original": {
@ -81,11 +81,11 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1739229047,
"narHash": "sha256-sSTgA86wdk8d544c2+gzrfvVPHQF4mbsomvLOW2thn0=",
"lastModified": 1739538383,
"narHash": "sha256-lc4FWHP4VWOKHBxD19/AQWmbsUCwdefMiJIdFa6KQuY=",
"owner": "nix-community",
"repo": "nur",
"rev": "8348d89f30598a73fee7efb4b5d34c3de201e71b",
"rev": "35198d73b581574847341314fff8a99ba3d122bb",
"type": "github"
},
"original": {

View file

@ -6,9 +6,22 @@ id3album=drei90
[50plus2]
url=https://50plus2.podigee.io/feed/mp3
id3album=50+2
[latenightlinux]
url=https://latenightlinux.com/feed/all
url=https://latenightlinux.com/feed/mp3
[linuxdevtime]
url=https://latenightlinux.com/feed/extra
[linuxafterdark]
url=https://linuxafterdark.net/feed/podcast
[linuxmatters]
url=https://linuxmatters.sh/episode/index.xml
[2.5admins]
url=https://2.5admins.com/feed/podcast
[schlusskonferenz]
url=https://schlusskonferenz.podigee.io/feed/mp3

View file

@ -23,6 +23,9 @@
"org/gnome/mutter" = {
dynamic-workspaces = true;
};
"org/gnome/mutter/keybindings" = {
switch-monitor = [];
};
"org/gnome/desktop/session" = {
idle-delay = 0;
};
@ -50,7 +53,6 @@
move-to-workspace-last = [];
switch-applications = ["<Super>Tab"];
switch-applications-backward = ["<Shift><Super>Tab"];
switch-monitor = [];
cycle-panels = [];
cycle-panels-backward = [];
cycle-group = [];

View file

@ -4,7 +4,6 @@
services.xserver.enable = true;
services.xserver.displayManager = {
gdm.enable = true;
autoLogin.user = "till";
};
services.xserver.desktopManager.gnome.enable = true;