Rename fake modules to modules-old
This commit is contained in:
		
							parent
							
								
									82a2d7bbea
								
							
						
					
					
						commit
						97db5d05d3
					
				
					 28 changed files with 13 additions and 13 deletions
				
			
		
							
								
								
									
										15
									
								
								nixos/modules-old/apps/alacritty/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								nixos/modules-old/apps/alacritty/default.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,15 @@ | |||
| { inputs, lib, config, pkgs, ... }: | ||||
| 
 | ||||
| { | ||||
|     home-manager.users.tdpeuter = { pkgs, ... }: { | ||||
|         home = { | ||||
|             packages = with pkgs; [ | ||||
|                 alacritty | ||||
|             ]; | ||||
| 
 | ||||
|             file = { | ||||
|                 ".config/alacritty".source = ../../../../stow/alacritty/.config/alacritty; | ||||
|             }; | ||||
|         }; | ||||
|     }; | ||||
| } | ||||
							
								
								
									
										28
									
								
								nixos/modules-old/apps/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								nixos/modules-old/apps/default.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,28 @@ | |||
| { | ||||
|     imports = [ | ||||
|         ./alacritty | ||||
|         ./firefox | ||||
|         ./kitty | ||||
|         ./steam | ||||
|         ./thunderbird | ||||
|         # ./virtualbox | ||||
|     ]; | ||||
| 
 | ||||
|     home-manager.users.tdpeuter = { pkgs, ... }: { | ||||
|       home.packages = with pkgs; [ | ||||
|         brave | ||||
|         caprine-bin | ||||
|         discord | ||||
|         jellyfin-media-player | ||||
|         libreoffice-fresh | ||||
|         mattermost-desktop | ||||
|         nextcloud-client | ||||
|         obsidian | ||||
|         pinentry_qt | ||||
|         qalculate-gtk | ||||
|         spotify | ||||
|         zathura | ||||
|         zoom-us | ||||
|       ]; | ||||
|     }; | ||||
| } | ||||
							
								
								
									
										56
									
								
								nixos/modules-old/apps/firefox/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										56
									
								
								nixos/modules-old/apps/firefox/default.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,56 @@ | |||
| { inputs, lib, config, pkgs, ... }: | ||||
| 
 | ||||
| { | ||||
|   home-manager.users.tdpeuter.programs.firefox = { | ||||
|     enable = true; | ||||
|     package = pkgs.firefox.override { | ||||
|       cfg = { | ||||
|         enableTridactylNative = true; | ||||
|         speechSynthesisSupport = true; # Allow Text-to-speech in e.g. Discord | ||||
|       }; | ||||
|       extraPolicies = { | ||||
|         DisableFirefoxStudies = true; | ||||
|         DisablePocket = true; | ||||
|         DisableTelemetry = true; | ||||
|         ExtensionSettings = {}; | ||||
|         OfferToSaveLogins = false; | ||||
|       }; | ||||
|     }; | ||||
|     profiles.tdpeuter = { | ||||
|       search = { | ||||
|         default = "DuckDuckGo"; | ||||
|         force = true; | ||||
|         engines = { | ||||
|           "Bing".metaData.hidden = true; | ||||
|           "eBay".metaData.hidden = true; | ||||
| 
 | ||||
|           "Nix Packages" = { | ||||
|             urls = [{ | ||||
|               template = "https://search.nixos.org/packages"; | ||||
|               params = [ | ||||
|                 { name = "type"; value = "packages"; } | ||||
|                 { name = "query"; value = "{searchTerms}"; } | ||||
|               ]; | ||||
|             }]; | ||||
| 
 | ||||
|             icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg"; | ||||
|             definedAliases = [ "@np" ]; | ||||
|           }; | ||||
|           "GitHub" = { | ||||
|             urls = [{ | ||||
|               template = "https://github.com/search"; | ||||
|               params = [ | ||||
|                 { name = "q"; value = "{searchTerms}"; } | ||||
|                 { name = "type"; value = "repositories"; } | ||||
|               ]; | ||||
|             }]; | ||||
| 
 | ||||
|             icon = "${pkgs.icosystem}/share/icons/icosystem/scalable/apps/github-mark.svg"; | ||||
|             definedAliases = [ "@gh" ]; | ||||
|           }; | ||||
|         }; | ||||
|       }; | ||||
|     }; | ||||
|   }; | ||||
| } | ||||
|              | ||||
							
								
								
									
										15
									
								
								nixos/modules-old/apps/kitty/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								nixos/modules-old/apps/kitty/default.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,15 @@ | |||
| { inputs, lib, config, pkgs, ... }: | ||||
| 
 | ||||
| { | ||||
|     home-manager.users.tdpeuter = { pkgs, ... }: { | ||||
|         home = { | ||||
|             packages = with pkgs; [ | ||||
|               kitty | ||||
|             ]; | ||||
| 
 | ||||
|             file = { | ||||
|                 ".config/kitty".source = ../../../../stow/kitty/.config/kitty; | ||||
|             }; | ||||
|         }; | ||||
|     }; | ||||
| } | ||||
							
								
								
									
										8
									
								
								nixos/modules-old/apps/steam/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								nixos/modules-old/apps/steam/default.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,8 @@ | |||
| { inputs, lib, config, pkgs, ... }: | ||||
| 
 | ||||
| { | ||||
|   programs.steam = { | ||||
|     enable = true; | ||||
|   }; | ||||
|    | ||||
| } | ||||
							
								
								
									
										130
									
								
								nixos/modules-old/apps/thunderbird/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										130
									
								
								nixos/modules-old/apps/thunderbird/default.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,130 @@ | |||
| { inputs, lib, config, pkgs, ... }: | ||||
| 
 | ||||
| let | ||||
|   signatures = { | ||||
|     default = '' | ||||
|       Met vriendelijke groeten | ||||
|       Tibo De Peuter | ||||
|     ''; | ||||
|     UGent = '' | ||||
|       Met vriendelijke groeten | ||||
|       Tibo De Peuter | ||||
|        | ||||
|       Student 2Ba Informatica | ||||
|     ''; | ||||
|     MrFortem = '' | ||||
|       Kind regards | ||||
|       MrFortem Fiducia | ||||
|     ''; | ||||
|   }; | ||||
| in | ||||
| { | ||||
|   home-manager.users.tdpeuter = { | ||||
|     accounts.email.accounts = { | ||||
|       Telenet = { | ||||
|         address  = "tibo.depeuter@telenet.be"; | ||||
|         userName = "tibo.depeuter@telenet.be"; | ||||
|         imap = { | ||||
|           host = "imap.telenet.be"; | ||||
|           port = 993; | ||||
|           tls.enable = true; | ||||
|         }; | ||||
|         smtp = { | ||||
|           host = "smtp.telenet.be"; | ||||
|           port = 587; | ||||
|           tls = { | ||||
|             enable = true; | ||||
|             useStartTls = true; | ||||
|           }; | ||||
|         }; | ||||
| 
 | ||||
|         realName = "Tibo De Peuter"; | ||||
|         signature = { | ||||
|           showSignature = "append"; | ||||
|           text = signatures.default; | ||||
|         }; | ||||
| 
 | ||||
|         primary = true; | ||||
|         thunderbird = { | ||||
|           enable = true; | ||||
|           settings = id: { | ||||
|             "mail.identity.id_${id}.htmlSigText" = signatures.default; | ||||
|           }; | ||||
|         }; | ||||
|       }; | ||||
|       UGent = { | ||||
|         flavor = "outlook.office365.com"; | ||||
|         address = "tibo.depeuter@ugent.be"; | ||||
| 
 | ||||
|         realName = "Tibo De Peuter"; | ||||
|         signature = { | ||||
|           showSignature = "append"; | ||||
|           text = signatures.UGent; | ||||
|         }; | ||||
| 
 | ||||
|         thunderbird = { | ||||
|           enable = true; | ||||
|           settings = id: { | ||||
|             "mail.server.server_${id}.authMethod" = 10; | ||||
|             "mail.smtpserver.smtp_${id}.authMethod" = 10; | ||||
|             "mail.identity.id_${id}.htmlSigText" = signatures.UGent; | ||||
|           }; | ||||
|         }; | ||||
|       }; | ||||
|       Gmail = { | ||||
|         flavor = "gmail.com"; | ||||
|         address = "tibo.depeuter@gmail.com"; | ||||
| 
 | ||||
|         realName = "Tibo De Peuter"; | ||||
|         signature = { | ||||
|           showSignature = "append"; | ||||
|           text = signatures.default; | ||||
|         }; | ||||
|         thunderbird = { | ||||
|           enable = true; | ||||
|           settings = id: { | ||||
|             "mail.identity.id_${id}.htmlSigText" = signatures.default; | ||||
|           }; | ||||
|         }; | ||||
| 
 | ||||
|       }; | ||||
|       MrFortem = { | ||||
|         flavor = "gmail.com"; | ||||
|         address = "fortemfiducia@gmail.com"; | ||||
| 
 | ||||
|         realName = "Fortem Fiducia"; | ||||
|         signature = { | ||||
|           showSignature = "attach"; | ||||
|           text = '' | ||||
|             Kind regards | ||||
|             MrFortem Fiducia | ||||
|           ''; | ||||
|         }; | ||||
| 
 | ||||
|         thunderbird = { | ||||
|           enable = true; | ||||
|           settings = id: { | ||||
|             "mail.server.server_${id}.directory" = ".thunderbird/tdpeuter/ImapMail/imap.gmail.com-mrfortem"; | ||||
|             "mail.server.server_${id}.directory-rel" = "[ProfD]ImapMail/imap.gmail.com-mrfortem"; | ||||
|             "mail.identity.id_${id}.htmlSigText" = signatures.MrFortem; | ||||
|           }; | ||||
|         }; | ||||
|       }; | ||||
|     }; | ||||
| 
 | ||||
|     programs = { | ||||
|       thunderbird = { | ||||
|         enable = true; | ||||
|         profiles.tdpeuter = { | ||||
|           isDefault = true; | ||||
|           settings = { | ||||
|             "mailnews.default_sort_order" = 2; # Sort descending | ||||
|             "mailnews.mark_message_read.delay" = true; | ||||
|             "mailnews.start_page.enabled" = false; | ||||
|             "mail.pane_config.dynamic" = 2; # Vertical view | ||||
|           }; | ||||
|         }; | ||||
|       }; | ||||
|     }; | ||||
|   }; | ||||
| } | ||||
							
								
								
									
										17
									
								
								nixos/modules-old/apps/virtualbox/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								nixos/modules-old/apps/virtualbox/default.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,17 @@ | |||
| { | ||||
| 
 | ||||
|     virtualisation.virtualbox = { | ||||
|         host = { | ||||
|             enable = true; | ||||
|             enableExtensionPack = true; | ||||
|         }; | ||||
|         guest = { | ||||
|             enable = true; | ||||
|             x11 = true; | ||||
|         }; | ||||
|     }; | ||||
|     users.extraGroups.vboxusers.members = [ | ||||
|         "user-with-access-to-virtualbox" | ||||
|     ]; | ||||
| 
 | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue